home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / amok / 081-090 / amok81 / m2 / demos / txt / hello.def < prev    next >
Text File  |  1993-11-04  |  136b  |  9 lines

  1. DEFINITION MODULE Hello;
  2.  
  3. CONST
  4.   text = "Hello Dolly!";
  5.  
  6. PROCEDURE WriteWithIndent(indent: CARDINAL; what: ARRAY OF CHAR);
  7.  
  8. END Hello.
  9.